From 6be66205cc1f30d5cb4cc8a84a95e534119902e7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Feb 2021 20:06:01 -0500 Subject: [PATCH] seat: Add property annotations Connect properties, getters, and setters with annotations. --- gdk/gdkseat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkseat.c b/gdk/gdkseat.c index 397dc9ff4b..2709fadc85 100644 --- a/gdk/gdkseat.c +++ b/gdk/gdkseat.c @@ -180,7 +180,7 @@ gdk_seat_class_init (GdkSeatClass *klass) GDK_TYPE_DEVICE_TOOL); /** - * GdkSeat:display: + * GdkSeat:display: (attributes org.gtk.Property.get=gdk_seat_get_display) * * `GdkDisplay` of this seat. */ @@ -393,7 +393,7 @@ gdk_seat_device_removed (GdkSeat *seat, } /** - * gdk_seat_get_display: + * gdk_seat_get_display: (attributes org.gtk.Method.get_property=display) * @seat: a `GdkSeat` * * Returns the `GdkDisplay` this seat belongs to. -- 2.30.2